home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10944 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: brookes.ac.uk!news
  2. From: Krunchie <95155580@brookes.ac.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What Compression Program to use
  5. Date: 21 Mar 1996 01:09:40 GMT
  6. Organization: Digital Dynamics Unlimited
  7. Message-ID: <4iqa8k$ptl@cs3.brookes.ac.uk>
  8. References: <4ifh9a$3k3@murphy2.servtech.com> <314C36C1.3189@ix.netcom.com>
  9. NNTP-Posting-Host: rm003af5.brookes.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15. Norman Bullen <nbullen@ix.netcom.com> wrote:
  16. >dave robbins wrote:
  17. >> 
  18. >>  What compression program does everyone use too help encrypt the exe
  19. >> files to keep prying eyes away with binary editors? I'm not real crazy
  20. >> about paying the $275.00 dollars that PKware whants for theirs, shareware
  21. >> compression program would be fine.
  22. >> 
  23. >> ---
  24. >> Dave Robbins                                    drobbins@servtech.com
  25. >> Utica  NY 
  26. >I think you have the wrong idea about compression. Compression is used to 
  27. >make files smaller for easier transmission, whether across dial-up or 
  28. >network or via floppy disk or even CD-ROM. In order to use the files, you 
  29. >have to decompress them and then they are exactly the way they were 
  30. >before compression and just as accessible to "prying eyes" with "binary 
  31. >editors."
  32.  
  33. I think you have mis-understood this person's request which seems to be 
  34. one for a program this compresses and encrypts files. One example of this 
  35. is the ultra secure PGP. 
  36.  
  37. I have written an encryption utility that compresses a file then encrypts 
  38. it use IDEA encryption (its called NCrypt V5.0). It does not conform to 
  39. military standards (i.e. utra secure file deletion, erasure of memory 
  40. contents etc.) but is good enough for the average citizen with nothing to 
  41. hide from the government.
  42. It just has one bug to iron out and then it is available to anyone who 
  43. wants it.
  44.  
  45. The reason for the compression is that it reduces the redundancy in the 
  46. data which cryptologists use as weakness to crack encryption methods.
  47.  
  48.  
  49. Krunchie
  50. Digital Dynamics. Dynamic software solutions for a dynamic world
  51. 95155580@brookes.ac.uk
  52.  
  53.  
  54.